home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / flst200.zip / WHATSNEW.TXT < prev   
Text File  |  1997-06-19  |  43KB  |  992 lines

  1.         
  2.                                 FASTLST
  3.         
  4.                          Changes and Additions
  5.         
  6.         
  7.         
  8.         2.00   Public Release, June 19th 1997
  9.         
  10.               - WARNING: this is not a Drop-In replacement.
  11.                 Some statements have been dropped.
  12.         
  13.            New Features
  14.         
  15.               - Support for new V7+ nodelist format, via the "Version7+"
  16.                 statement.
  17.         
  18.                 To enable V7+, just use "Version7+" in the place of
  19.                 "Version7".
  20.         
  21.                 Version7+ <path> <nodex> [<sysop>[.<ext>]]
  22.         
  23.                 Examples:
  24.         
  25.                 Version7+ \bbs\v7 NODEX SYSOP
  26.                 Version7+ \bbs\v7 NODEX
  27.         
  28.                 If SysOp is not specified, <NODEX>.SDX is assumed.
  29.         
  30.                 Generated files:
  31.         
  32.                 <nodex>.DAT
  33.                 <nodex>.NDX
  34.                 <nodex>.DTP V7+ data file
  35.                 <nodex>.PDX Phone Index
  36.                 <nodex>.SDX or as specified by <sysop>
  37.         
  38.         
  39.               - The DTP file is linked "in memory" by default.
  40.                 Since this can be a quite memory hungry task, FastLst
  41.                 will automatically revert to "On Disk" linking mode if
  42.                 there is not sufficient memory.
  43.         
  44.         
  45.               - New LinkOnDisk statement (after Version7) to make
  46.                 FastLst link the DTP file using Disk instead of memory.
  47.         
  48.                 Version7+ \bbs\v7 NODEX
  49.                   LinkOnDisk
  50.         
  51.         
  52.               - New errolevel 17 "Error Linking"
  53.         
  54.         
  55.               - Additional arguments for "Nodelist" statement:
  56.                 Nodelist <list> [PartAddr [<region> [<hub>]]]
  57.         
  58.                 Since FastLst links the "fidonet" hierarchy, it is
  59.                 important to specify region and hub when the nodelist
  60.                 segment does not contain this type of information.
  61.         
  62.         
  63.               - Additional arguments for the "NODE" keyword:
  64.         
  65.                 Node,<4Daddr>[ <region>[ <hub>]],...
  66.         
  67.         
  68.               - It is now possible to assign call and user costs
  69.                 depending on modem type for Verbatim phone numbers.
  70.         
  71.                 In the Typedef lines you can configure the costs:
  72.         
  73.                 Typedef
  74.                     [...]
  75.                     VMODEM 200 100 0
  76.                     [...]
  77.                 End
  78.         
  79.                 The call cost is 100, the user cost is 0.
  80.         
  81.         
  82.               - It is now possible to configure special dial
  83.                 translations for non-PSTN "phone numbers" that FastLst
  84.                 takes "verbatim" by default.
  85.         
  86.                 These dial translations DO NOT affect the indexed entry
  87.                 (in <NODEX>.PDX) and are intended as a work around for
  88.                 the dial translations operated by the mailer program.
  89.         
  90.                 The syntax requires a set of strings to be put on the
  91.                 Typedef line that defines the affected "Modem Flag".
  92.         
  93.                 The first character of each string will be substituted
  94.                 with the remaining characters.
  95.         
  96.                 A string containing space MUST be included in quotation
  97.                 marks. If the quotation mark is needed inside the quoted
  98.                 string, it must be double.
  99.         
  100.                 15 strings of 5 characters are allowed.
  101.         
  102.                 ATTENTION: This feature is only available in normal (non
  103.                 BitType) mode.
  104.         
  105.                 Example:
  106.         
  107.                 You need to translate '.' to '*', ':' to ' ', 'v' to
  108.                 'V'; call_cost=100, user_cost=0:
  109.         
  110.                 Typedef
  111.                   [...]
  112.                   VMODEM 200 100 0 .* ": " vV
  113.                   [...]
  114.                 End
  115.         
  116.                 You want to translate '.' to '\.', ':' to ' ', 'v' to
  117.                 'V'; call_cost=150, user_cost=100:
  118.         
  119.                 Typedef
  120.                   [...]
  121.                   VMODEM 200 150 100 .\. ": " vV
  122.                   [...]
  123.                 End
  124.         
  125.         
  126.                 Recommended dial translations for Binkley and VMODEM:
  127.         
  128.                 -\- .* vV ~\~ ": "
  129.         
  130.         
  131.               - New "digital" costs.
  132.                 For people who want to differentiate analog and digital
  133.                 costs.
  134.         
  135.                 In the Dial or Cost table you can indicate 2 more
  136.                 fields; let's consider a Dial-table line
  137.         
  138.                 Prefix New     Call   User Comment
  139.                 to     Prefix  Cost   Cost
  140.                 match
  141.         
  142.                 43     0043-   4      0    ; Austria
  143.         
  144.                 If you do not define the optional new fields, the
  145.                 indicated costs are for both analog and digital.
  146.         
  147.         
  148.         
  149.                 43     0043-   4      0    8    0  ; Austria
  150.         
  151.                 In this line:
  152.                 Analog  Call cost = 4
  153.                 Analog  User cost = 0
  154.                 Digital Call cost = 8
  155.                 Digital User cost = 0
  156.         
  157.                 If the Digital User cost is omitted, it is taken equal
  158.                 to the Digital Call one.
  159.         
  160.         
  161.                 How can FastLst know about digital calls ?
  162.         
  163.                 A new parameter is available in Typedef:
  164.         
  165.                 Typedef
  166.                   X75  1 DIGITAL            ; X75  digital PSTN
  167.                   V120 2 DIGITAL            ; V120 digital PSTN
  168.                   V34  3 ANALOG             ; V34  analog  PSTN
  169.                   V32  4                    ; V32  analog  PSTN
  170.                   VM   5 5 0 .* vV ": "     ; VMODEM with costs and dial
  171.                                             ; translations
  172.                 End
  173.         
  174.         
  175.                 The ANALOG specification is optional.
  176.         
  177.         
  178.               - Multiple PasswordFile statements now allowed without
  179.                 restrictions.
  180.         
  181.         
  182.               - New statement "Include <filename>" to allow inclusion of
  183.                 files in FastLst's configuration.
  184.         
  185.         
  186.               - New statement: NoPointLstPhone.
  187.                 Can be used in Input, Output or Global blocks.
  188.                 It is useful when you want to _remove_ the phone numbers
  189.                 specified in the PointLists (German or "Boss" styles)
  190.                 and change them to "-Unpublished-".
  191.         
  192.                 If you use Squish and Binkley, you usually will like
  193.                 pointlists with the Boss' phone in the point entries
  194.                 (otherwise a crash message to a point will have to be
  195.                 manually readdressed to its Boss).
  196.         
  197.                 But if you use a netmail manager (as NmFwd) that already
  198.                 routes the crash messages for points that do not have a
  199.                 phone to their Boss, then you will probably like this
  200.                 statement.
  201.         
  202.         
  203.               - New statement: LogStats.
  204.                 Can be used in the output section of an output block.
  205.                 It makes FastLst output the statistics for the (output)
  206.                 nodelist to MsgLogArea.
  207.         
  208.                 Example:
  209.         
  210.                 Version7...
  211.                   LogStats
  212.         
  213.            Dropped Support
  214.         
  215.               - Dos 16 bit version dropped.
  216.         
  217.                 The 32 bit version has the following memory
  218.                 requirements: 100K of base memory, 7MB of DPMI for 60000
  219.                 nodes.
  220.         
  221.               - Now indices are always processed in memory: dropped
  222.                 "FileMode" and "TmpPath" configuration statements and
  223.                 "-t" command line switch.
  224.         
  225.               - Dropped support for SysOpLst, SysDup and IncSysOp
  226.                 configuration statements: the SysOp index will always
  227.                 contain all the entries that are compiled to
  228.                 <nodex>.DAT.
  229.         
  230.               - Dropped NoDash keyword: no use.
  231.         
  232.               - The '#' does not mean "take the phone verbatim" anymore.
  233.                 Now any phone containing non-numeric characters is taken
  234.                 verbatim.
  235.         
  236.               - Dropped support for stripping flags in Dial/Cost table.
  237.         
  238.               - ATTENTION: The "separate Cost Table" and the "BitType"
  239.                 options are still supported in this version of FastLst
  240.                 but are considered obsolete and their support will be
  241.                 dropped in the future.
  242.         
  243.         
  244.           Changed Behaviour
  245.         
  246.               - When a timeout happens accessing the BSY semaphore,
  247.                 FastLst now proceeds with the following "Output Block"
  248.                 (previously it aborted).
  249.         
  250.               - In the case FastLst terminates with errorlevel 12 or 14,
  251.                 next time it will retry compilation, as expected
  252.                 (previously it had to be forced with -f in case of
  253.                 errorlevel 12).
  254.         
  255.           Bug Fixes
  256.         
  257.               - When Version7 specified a path containing the '.'
  258.                 character, FastLst didn't add the default ".NDX"
  259.                 extension to the SysOp index filename.
  260.                 Fixed.
  261.         
  262.         
  263.         1.36   Public Release, July 18th 1996
  264.         
  265.               - "LocalValues" can now be used multiple times for
  266.                 users at the crossroads of multiple area codes.
  267.                 See the docs under "Dial Table".
  268.         
  269.               - The "Phone" statement has been extended to:
  270.         
  271.                 Phone <Addr> [#]<Phone> [<NodeFlags> [<Cost> [<UCost>]]]
  272.         
  273.               - Phone specifications starting with '#' are taken
  274.                 verbatim (no dial translation, no cost look-up); this
  275.                 may be handy for internet addresses and script names.
  276.         
  277.               - New statement "CostVerbatimPhone <cost> <ucost>" to
  278.                 specify default costs for "verbatim" phone
  279.                 specifications.
  280.         
  281.         
  282.         
  283.         1.34   Public Release, July 1st 1996
  284.         
  285.              - OS/2: New statement "ArcDate Write|Creation" to choose
  286.                which date must be used by FastLst to compute the age
  287.                of archived nodelist files, defaults to Creation,
  288.                ignored by non-OS2 versions.
  289.         
  290.              - New errorlevel 16: nothing found after unarchiving a
  291.                fixed-name nodelist.
  292.         
  293.              - When dealing with fixed-name nodelists, FastLst now
  294.                always sets the archive date to the same value of the
  295.                included file.
  296.         
  297.              - Under certain conditions the old versions of FastLst
  298.                might re-archive the original nodelist file, so that
  299.                it may fail TIC CRC-check when forwarded.
  300.         
  301.                The problem arises when the following conditions are
  302.                satisfied at the same time:
  303.                - new nodelist archive file
  304.                - new configuration
  305.                - zipmethod includes the original archive type
  306.         
  307.              - Improved documentation.
  308.         
  309.         
  310.         
  311.         1.33
  312.              - OS/2: Version 1.32 invoked the command processor when
  313.                executing external commands with no .exe or .com
  314.                extension specified, instead of trying to load the
  315.                executable directly.
  316.         
  317.                This was due to an overlook of the DosExecPgm OS/2 API,
  318.                used to improve compatibility in the case of substitution
  319.                parameters containing "special" OS/2 characters.
  320.         
  321.                Now FastLst tries to load the command as specified, then
  322.                it tries with .COM extension appended, in the end with
  323.                .EXE.
  324.         
  325.         
  326.         
  327.         1.32
  328.              - New "MultiLineDesc <nnn> [<c>]" statement for enabling
  329.                Multi-Line description support.
  330.         
  331.              - New "FlagDef" table to associate nodelist flags to user
  332.                defined bits.
  333.         
  334.              - In "Version7 <path> <Nodex> <SysopNdx>" you can now
  335.                specify an extension for <SysopNdx>.
  336.                If no extension is specified, ".NDX" is assumed if
  337.                <SysopNdx> is different from <Nodex>, otherwise the
  338.                ".SDX" extension is used.
  339.         
  340.              - New <nodex>.BSY V7 semaphore to avoid concurrent access
  341.                to nodelist files during compilation.
  342.         
  343.              - New errorlevel 14 exit on timeout on V7 semaphore.
  344.         
  345.              - The "MsgRem" used alone, will report all comment lines,
  346.                excluding the empty ones.
  347.         
  348.              - Use of "Phone <addr> <newnumber>" for scripts and
  349.                internet addresses (not new, just explained):
  350.         
  351.                  Examples:
  352.         
  353.                 My country code is 39 (Italy) and the area code is 59
  354.                 (Modena):
  355.         
  356.                 Phone 1:106/2000  39-59-#juge*com   ; VMODEM address
  357.                 Phone 1:123/4567  39-59-12*34*56*78 ; telnet IP address
  358.                 Phone 2:245/6789  39-59-"Bob.scr"   ; quoted script name
  359.         
  360.              - Some configuration errors better flagged.
  361.         
  362.              - V7 packing algorithm improved in speed.
  363.         
  364.              - Dropped OS/2 16 bit version
  365.         
  366.              - New NT version. Unfortunately it doesn't work under W95
  367.                (the external commands seem not to work so that nodelists
  368.                can't be packed/unpacked. Maybe when I will upgrade the
  369.                Watcom compiler, I will support W95 too.
  370.         
  371.              - New icon FastLst2.Ico for OS/2.
  372.         
  373.              - New Registration sites.
  374.         
  375.         
  376.         
  377.         1.31
  378.              - New "CostNullPhone <cost> [<ucost>]" global keyword, to
  379.                allow the specification of costs to be assigned to nodes
  380.                with empty (unpublished, etc.) phone number.
  381.         
  382.                <ucost> defaults to <cost>.
  383.         
  384.                If CostNullPhone is not used, <cost> defaults to 65535
  385.                and <ucost> to 0.
  386.         
  387.                Example:
  388.         
  389.                         CostNullPhone 1000 0
  390.         
  391.                Some programs might have bugs that cause problems dealing
  392.                with high costs (such as the default 65535). Should you
  393.                experience problems with entries that have a "NullPhone",
  394.                try setting a lower cost e.g. "CostNullPhone 900 0".
  395.         
  396.              - Before applying a diff, the CRC of the OLD nodelist (as
  397.                reported in its first line) is compared to the one
  398.                reported in the diff file. Previously this check was not
  399.                done, so in the remote case you were applying a diff to
  400.                an illegal nodelist (e.g. a european diff to an american
  401.                nodelist), the error was discovered only at the end of
  402.                the application, when checking the CRC of the resulting
  403.                nodelist.
  404.         
  405.              - Checks added to warn about illegal empty Cost or Dial
  406.                tables. Previously the program hanged.
  407.         
  408.              - No more Access Violations when "ArcDiff" is used without
  409.                "NodeDiff" (it is a strange configuration, but it is now
  410.                legal).
  411.         
  412.              - Fixed bug that caused access violation applying a
  413.                nodediff when using "NodeDiff" without "ArcDiff" (anyway
  414.                you are encouraged letting FastLst do all the work it is
  415.                designed for...).
  416.         
  417.              - The number of archived nodelists to be kept (as specified
  418.                in the ArcList statement) is now checked a second time
  419.                after nodediff application, so that the required number
  420.                of archives is kept exactly. Previously, after nodediff
  421.                application, there was one archive more than specified.
  422.         
  423.              - When specifying <ArcKeep> 0 in "ArcList", the nodelist is
  424.                not archived (previously was archived and then deleted).
  425.         
  426.              - Changed Compress.Cfg to support the OS/2 RAR.
  427.         
  428.              - Dos versions are now distributed with the same executable
  429.                names as the OS/2 versions: FASTLST.EXE (32 bit) and
  430.                FASTL16.EXE (16 bit).
  431.         
  432.         
  433.         
  434.         1.30
  435.              - WARNING: FastLst v 1.30 is NOT a true "Drop In"
  436.                replacement for v 1.20, anyway there is little to change:
  437.         
  438.                - Add a "CompressCfg <squish_compress_cfg_file>" line to
  439.                  the "Global Info" section of your fastlst.cfg.
  440.         
  441.                - Remove all "Arc" and "UnArc" lines.
  442.         
  443.                - In each "Input block" section where you would like to
  444.                  be able to compress new nodelists (e.g. where Nodediffs
  445.                  are processed and you were using "Arc" statements), add
  446.                  one or more "ArcMethod <meth>,[<f>] ..." lines, where
  447.                  <meth> represents one of the archiving methods defined
  448.                  in <squish_compress_cfg_file> (e.g. ZIP, LH, etc.) and
  449.                  the optional <f> is an override for the initial
  450.                  character of the archived file extension (in the case
  451.                  it is named after the day of the year and you do not
  452.                  want to use the first character of the default
  453.                  extension, as defined in <squish_compress_cfg_file>).
  454.         
  455.                - See FastLst.Doc for more information.
  456.         
  457.         
  458.              - DOS: There is a new 32 bit version with the DOS4GW
  459.                extender.
  460.         
  461.              - OS/2: There is a new 16 bit version for those who still
  462.                use OS/2 1.3.
  463.         
  464.              - OS/2 32: the "Priority" statement can be used to change
  465.                the priority for the FastLst process.
  466.         
  467.              - The 32 bit versions can now be configured to use the
  468.                temporary file instead of working in memory.
  469.                The "FileMode" statement and the "-t" command line switch
  470.                are used for selecting the mode.
  471.         
  472.              - The routines used in 32 bit versions for "in memory" work
  473.                (no temporary file) have been completely rewritten in
  474.                order to need far less memory. This way, the 32 bit
  475.                versions usually allocate about 1/4 of the memory they
  476.                needed with v 1.20. This is an important issue on systems
  477.                with not too much physical RAM (especially for the DOS
  478.                version, that cannot efficiently use virtual memory), but
  479.                the benefits are noticeable even on systems with plenty
  480.                of RAM (less OS/2 swap reorganization when FastLst ends).
  481.         
  482.              - The "TmpPath" config statement is no longer needed:
  483.                FastLst will use the TMP or TEMP environment variable if
  484.                no TmpPath statement is used.
  485.         
  486.              - If you want FastLst to kill all uncompressed nodelist
  487.                (except for those that are not stored in compressed
  488.                format too), just add a "KillSource" line to the "Global
  489.                Info" section of FastLst.cfg.
  490.         
  491.              - All the ArcList and Arcdiff statements can now work
  492.                WITHOUT the specification of the first letter of the
  493.                extension, i.e. "ArcList NodeList.z??" can be changed to
  494.                "ArcList NodeList.???" and "ArcDiff NodeDiff.z??" can be
  495.                changed to "ArcDiff NodeDiff.???". This way FastLst will
  496.                automatically handle any archive type that shows up in
  497.                the ArcList directory.
  498.         
  499.              - Now all the nodelists and nodediffs can be maintained in
  500.                many different archived formats. The archiving method for
  501.                NodeDiffs must be specified using "ArcDiffMethod
  502.                <meth>,[<f>] ...".
  503.         
  504.              - The "block" structure of the config file remains, but it
  505.                becomes a lot more flexible: the majority of config verbs
  506.                can now be anywhere in the config file, but they have
  507.                effect on different nodelists depending on their position
  508.                in the cfg. E.G.: "PasswordFile", being an address
  509.                related verb, can be both in the "Output Nodelist" and
  510.                "Input Nodelist" sections. If you use it after "Version7"
  511.                but before the first "NodeList", then it will be used for
  512.                all the NodeLists of that "Output block". If you use it
  513.                after a "NodeList", it will be used (as in the past) for
  514.                that Nodelist only. Other non-address related verbs (e.g.
  515.                ArcMethod) can be everywhere (global, output nodelist,
  516.                input nodelist) and the will affect the operations
  517.                depending on their position (global: all the nodelists;
  518.                output: all the nodelist in the current output block;
  519.                input: the current nodelist only).
  520.         
  521.              - "NoRedir" verb: the nodes that should be redirected will
  522.                acquire the empty string as phone number, so that you
  523.                will never call a system different from that you think
  524.                you are calling.
  525.         
  526.              - Many new verbs have been added to support external
  527.                operations; the names are self explaining:
  528.         
  529.         
  530.                BeforeArcList
  531.                AfterArcList
  532.                BeforeUnArcList
  533.                AfterUnArcList
  534.                BeforeUnArcDiff
  535.                AfterUnArcDiff
  536.                BeforeArcDiff
  537.                AfterArcDiff
  538.         
  539.                All the preceding verbs support the %a (complete archive
  540.                name) and %f (add/extract file name, no path) parameters.
  541.         
  542.         
  543.                BeforeEdit
  544.                AfterEdit
  545.         
  546.                The preceding verbs support the %l and %d parameters
  547.                standing for the full pathnames of the NodeList and
  548.                NodeDiff files.
  549.         
  550.         
  551.                BeforeCompile
  552.                AfterCompile
  553.         
  554.                The preceding verbs support the %l parameter only.
  555.         
  556.         
  557.                BeforeKillSource
  558.         
  559.                The preceding verb does not support any parameter.
  560.                It is executed even if "KillSource" is not used.
  561.                It is a means to invoke a command before FastLst ends.
  562.                The "NeededBeforeKill" verb must be used to specify the
  563.                NodeLists needed by this command.
  564.         
  565.                See FastLst.Doc for more information.
  566.         
  567.              - A new cfg section is now available: "NoCompile".
  568.                It is a means for maintaining a NodeList (applying
  569.                nodediffs, archiving with different archivers etc.)
  570.                without compiling it.
  571.         
  572.              - The 3D German PointListst is now internally supported by
  573.                FastLst. Just use the "GermanPointList" verb in the
  574.                pertaining block.
  575.         
  576.              - When all goes well, FastLst exists with errorlevel 0 if
  577.                it has compiled something, 100 if nothing new to compile
  578.                was found.
  579.         
  580.              - New method for evaluating the age of a variable extension
  581.                arcfile: the file date is considered in addition to the 2
  582.                digits in the extension. This way you can keep a greater
  583.                number of old files without creating problems to fastlst,
  584.                even at the year crossing.
  585.         
  586.              - File descriptions in FILES.BBS are now maintained
  587.                (deleted or added). New statements are available:
  588.         
  589.                ArcListDesc <description>
  590.                ArcDiffDesc <description>
  591.         
  592.                <description> can contain the following parameters:
  593.         
  594.                %d day
  595.                %a archiver
  596.                %D date, USA format
  597.                %L Local date
  598.         
  599.              - The dash is now recognized as insignificant while doing
  600.                the Dial and Cost translations.
  601.         
  602.              - The line # is specified when reporting a config error.
  603.         
  604.              - Some information about the compilation can now be
  605.                reported to a fido/squish message area: see FastLst.Doc
  606.                for a description for "MsgLogArea", "MsgRemArea" and
  607.                related statements.
  608.         
  609.              - FastLst is now multitasking smarter: e.g. it retries for
  610.                15s when it has to delete the old compiled nodelists and
  611.                rename the new ones.
  612.         
  613.              - New Export capability: FastLst is now able to "export"
  614.                segments of nodelist: see the "Export" section in the
  615.                docs.
  616.         
  617.              - The Dial and Cost tables can be unified: the old syntax
  618.                is still supported, but a new way can be used for cost
  619.                and dial specifications. I think that Europeans can
  620.                continue using the old syntax (if they like), while the
  621.                Americans should appreciate the new way (due to the
  622.                complex dial translations needed).
  623.         
  624.              - Fixed bug that caused access violations when no
  625.                "StatusLog" was used.
  626.         
  627.         
  628.         
  629.         1.20
  630.              - WARNING: FastLst v 1.20 is NOT a "Drop In" replacement
  631.                for previous versions; you MUST modify the config file
  632.                following the comments in it before using this version.
  633.         
  634.              - In order to make available new powerful options without
  635.                using clumsy syntax and risking subtle side effects and
  636.                strange interactions, some obsolete features have been
  637.                dropped and the methods to specify the files to be
  638.                compiled have been modified.
  639.         
  640.              - FastLst is faster than ever: on my system and with my
  641.                configuration, the OS/2 version is about 25% faster
  642.                than v 1.16.
  643.                If you time it, be aware that the OS/2 version optimizes
  644.                memory allocation (and speed) basing on the needs of the
  645.                previous compilation, so it is usually a bit slower on
  646.                the first run with a new cfg.
  647.         
  648.              - The ancient "Version6" nodelist support has been
  649.                dropped. However the sometime-useful fidouser.lst is
  650.                still available.
  651.         
  652.              - The "MergeList" and "Kill999" options have been dropped.
  653.                With version7 you can simply compile segments after the
  654.                full list, since updated entries are put in the indices
  655.                in the place of old ones.
  656.         
  657.              - Added support for compiling multiple V7 nodelists
  658.                with different output names.
  659.         
  660.              - Added support for automatic decompression of
  661.                nodelists and nodediffs: no more complex batch files.
  662.         
  663.              - Now FastLst compiles an output nodelist only if some
  664.                of its input lists are new: the -f command line switch
  665.                has been added to force compilation.
  666.         
  667.              - Pay Attention: version 1.14 introduced a new behaviour
  668.                in generating V7 indices to circumvent a bug in
  669.                Binkley 2.50 V7 search function.
  670.                Now Binkley 2.58 should have fixed the bug, so
  671.                FastLst goes back to the "correct" V7 index.
  672.                A new cfg option has been added to keep using the
  673.                "bug-circumvent" index form: see "V7BugFix" in the
  674.                example config file.
  675.         
  676.                *******************************************************
  677.                * If you are using an older Binkley or some program   *
  678.                * that have got inspiration from Binkley 2.50 sources,*
  679.                * you could experience "address not found" problems,  *
  680.                * unless you explicitly activate the "V7BugFix"       *
  681.                * option in fastlst.cfg.                              *
  682.                *******************************************************
  683.         
  684.              - The "KillOld" and "AutoErase" verbs have been dropped.
  685.                Old nodelist and nodediff files are always erased.
  686.                You can control how many archived files are to be kept
  687.                via the new archive processing verbs.
  688.         
  689.              - The -o -s -l -g -m -p -b command line switches have
  690.                been dropped since they are now useless.
  691.         
  692.              - The "include" cfg keyword and the -i command line
  693.                switch have been dropped.
  694.                You can still include lists of passwords in a separate
  695.                file via the "PasswordFile" cfg keyword, that allows
  696.                to optionally omit the "Password" keyword in front of
  697.                each password specification.
  698.         
  699.              - Due to the frequent misunderstanding of the real meaning
  700.                and function of the "Address" config option, I have
  701.                decided to drop it.
  702.                These days it is not much useful (in a nodelist
  703.                compiler), since many systems have various different
  704.                addresses and we are used to write addresses in the full
  705.                4D format to avoid ambiguities.
  706.                In the various config options that require an address
  707.                or a part of it, you now need to specify all the
  708.                required fields, always starting with the zone number:
  709.                no assumption is made on your zone/net/node.
  710.         
  711.              - The obsolete "MaxBaud" and "Baud" verb have been dropped.
  712.                Should you use an old 2400 non error-correcting
  713.                modem that needs equal DTE and DCE rates, make sure
  714.                your front-end is configured to dial using its own
  715.                max baud rate instead of the baud rate reported by
  716.                the nodelist for the callee (AutoBaud in Binkley.cfg).
  717.         
  718.              - The "Country" and "UCost" verbs have been dropped,
  719.                the "Dial" and "Cost" tables have been slightly modified
  720.                to specify domestic and international defaults in a more
  721.                coherent manner and to include "UCost" info.
  722.         
  723.              - The "TypeExact" verb has been substituted by the
  724.                complementary "BitType" option.
  725.                Thus the default is now the "Exact Type" used by
  726.                Binkley 2.55 and newer.
  727.         
  728.              - The "TypeCost" verb has been dropped.
  729.                It was used to differentiate CallCost basing on
  730.                modem type. This way, in a multi-line environment,
  731.                you could make each line call the appropriate modem
  732.                types.
  733.                To achieve the same goal, please use the front-end
  734.                dial string selection options (ModemTrans in Binkley).
  735.         
  736.              - The totally useless "Name" and "Comments" options
  737.                have been dropped.
  738.         
  739.              - The "Gated" config option has been dropped and the
  740.                "GateAddr", "GateCoord" verbs have been replaced by
  741.                "IncAddr", "ExcAddr", "IncCoord".
  742.         
  743.              - The "Interlist" config option has been dropped.
  744.                It is substituted by the "IncSysOp" verb.
  745.         
  746.              - The "Type" and "CM" keywords have been dropped.
  747.                Their functions are more cleanly implemented via
  748.                the "NodeFlags" verb.
  749.         
  750.              - The "TypeDef" statement has been modified to a "table"
  751.                form, for better coherency.
  752.         
  753.              - The addresses in Fidouser.Lst now always have the
  754.                heading zone number, even if it is the same as yours.
  755.         
  756.              - Fixed little bug that could cause some cfg keywords
  757.                not to be recognized unless followed by a comment
  758.         
  759.         
  760.         
  761.         1.16
  762.              - Fixed bug in the Register routine that caused
  763.                some keys not to work (1 every 256).
  764.         
  765.         
  766.         
  767.         1.15
  768.              - Some programs skip the first entry in V6 nodelist,
  769.                assuming it is a dummy entry that contains the version
  770.                number of the nodelist. These programs could loose
  771.                the "zone number" of the first zone compiled, thus
  772.                assuming zone 0.
  773.                Now FastLst puts the "version ID" entry at the start
  774.                of nodelist V6.
  775.         
  776.         
  777.         
  778.         1.14
  779.              - Some programs do not correctly read V7 indices when
  780.                an empty node appears (This happens when a key has no
  781.                greater keys in the lower index level, so that it points
  782.                to an empty node).
  783.                Sometimes these programs could not find part of the
  784.                V7 nodelist entries.
  785.                Now FastLst adds a dummy duplicate key to avoid the problem.
  786.         
  787.              - New "Node,<address>,..." keyword to allow
  788.                straightforwad addition of nodes without the need for
  789.                Zone and Host lines.
  790.         
  791.              - Removed the Point flag in the output nodelist for
  792.                point 0 entries (after the "Boss,..." keyword).
  793.         
  794.         
  795.         
  796.         1.13
  797.              - When a totally empty line was found in a nodelist
  798.                file a strange undesired nodelist entry was compiled.
  799.                It was not a bug since FTS-0005 does not allow
  800.                empty nodelist lines, however it has been fixed
  801.                to avoid problems with private manually written
  802.                nodelist segments.
  803.         
  804.              - The .DOC now reports an "undocumented" feature:
  805.                when using the "Boss,<address>" method for pointlists,
  806.                you can also use the point #0 to easily add the Boss
  807.                entry, if useful.
  808.         
  809.         
  810.         
  811.         1.12
  812.              - In the case of SysOps of multiple nodes, all the
  813.                Name/Address couples are now put in the SysOp
  814.                lists (fidouser.lst and sysop.ndx).
  815.                  This new behaviour allows to use the great "address
  816.                choice" feature of TimEd (excellent Dos/OS2 message
  817.                editor by Gerard van Essen 2:281/527).
  818.         
  819.              - New behaviour of "SysDup" option: since now all the
  820.                name-duplicate sysop entries are kept by default,
  821.                SysDup allows to keep (for a particular sysop name)
  822.                only the entry with one of the specified addresses.
  823.         
  824.              - Many internal changes, not visible to users: if you
  825.                find out a new unexpected behaviour, please let me
  826.                know.
  827.         
  828.              - Removed redundant empty lines in nodelist.prn and
  829.                nodelist.txt after comment lines.
  830.         
  831.         
  832.         
  833.         1.11
  834.              - CRC is now checked on all nodelist files that have
  835.                the expected CRC on the first line (previously it
  836.                was checked when applying nodediffs only).
  837.         
  838.              - New errorlevel 10 for CRC Error while compiling
  839.                nodelist (errorlevel 9 is still used for CRC Error
  840.                while applying nodediff).
  841.         
  842.              - When merging the first line is skipped if it contains
  843.                the CRC.
  844.         
  845.              - New -r command line switch to avoid exit on CRC Error.
  846.         
  847.              - New -s command line switch to override SYSOP.NDX
  848.                base name.
  849.         
  850.              - Any file specification can contain drive and path,
  851.                including -n -d -o -s overrides.
  852.         
  853.              - When using Version7 only, the added nodelist segments
  854.                are appended to the end of the full main nodelist
  855.                instead of the end of your zone.
  856.         
  857.              - Some small changes in Nodelist.Prn and Nodelist.Txt
  858.         
  859.              - Fixed bug introduced in v 1.10: when a region segment
  860.                (no zone entry) was compiled as the main nodelist,
  861.                zone 0 was erroneously assumed.
  862.                Now the address levels not present in the main nodelist
  863.                correctly default to the config address.
  864.         
  865.         
  866.         
  867.         1.10
  868.              - OS/2: First 32 bit version, compiled by BC++.
  869.         
  870.              - OS/2: New "flat" index sorting (no more disk based
  871.                merge-sort).
  872.         
  873.              - OS/2: "TmpPath" option in *.cfg not used any more.
  874.         
  875.              - OS/2: Long filename support
  876.         
  877.              - DOS: The "TmpPath" directory is now automatically
  878.                created when necessary.
  879.         
  880.              - New improved Disk Full handling (errorlevel 4)
  881.         
  882.              - New "-o<nodebase>" command line switch to override
  883.                output file names (NODEX.* -> <nodebase>.*).
  884.         
  885.              - New "KillAfter" config verb, to save old nodelist files
  886.                in the case of compilation error.
  887.         
  888.              - New "Boss <address>" statement for easier pointlist
  889.                support (see FastLst.DOC).
  890.         
  891.              - New optional partial address parameter in
  892.                "MyList <nodefile> [default partial address]"
  893.                to allow the addition of nodelist segments without
  894.                the need of ZONE, HOST, node prefix lines (V7 only).
  895.                See FastLst.DOC for more details.
  896.         
  897.              - New "-i<include>" command line switch to allow easier
  898.                different file inclusions.
  899.         
  900.              - New "KillOld" config statement to kill old versions of
  901.                nodelist files.
  902.         
  903.              - New "Kill999" config statement to kill the .999 file
  904.                that remains after merging with MergeList.
  905.         
  906.              - Now the .999 file is killed whenever FastLst begins
  907.                execution, thus you do not have to manually delete it
  908.                if you stop using the MergeList command.
  909.         
  910.              - Now the "Gated" config keyword prevents Hub coordinators
  911.                of other zones to be put in the output nodelist (only
  912.                ZC and NC remain).
  913.         
  914.              - New "GateAddr" config keyword allows to have only
  915.                selected zones, regions and nets in the output files.
  916.         
  917.              - New "GateCoord" config keyword allows to have in the
  918.                output files only selected coordinators from the excluded
  919.                zones, regions and nets.
  920.         
  921.              - New errorlevel 9 exit after CRC error while applying
  922.                a nodediff. If "Autoerase" is active, the nodediff and
  923.                the resulting nodelist files are erased, otherwise they
  924.                are renamed to NODEDIFF.BAD and NODELIST.BAD.
  925.         
  926.              - New "StatusLog" config statement to specify the log
  927.                filename in the .cfg instead of the command line.
  928.         
  929.              - New "TypeExact" config option to set modem types in a
  930.                way more coherent with the behaviour of Binkley 2.55 and
  931.                newer.
  932.         
  933.              - New "SysDup" config option to override FastLst's choice
  934.                when killing duplicate SysOp Names.
  935.         
  936.         
  937.         
  938.         1.06
  939.              - OS/2: Fixed bug that caused some reg. keys not to work.
  940.         
  941.              - DOS: Fixed bug that sometimes caused memory problems
  942.                during index sorting.
  943.         
  944.         
  945.         
  946.         1.05
  947.              - New UCOST verbs to set User Cost Different from Call Cost.
  948.         
  949.              - OS/2: Fixed bug that sometimes caused "Disk Full" error.
  950.         
  951.         
  952.         
  953.         1.04
  954.              - Changed redirection criteria: if you have a password with a
  955.                hold/unpublished system or its coordinator, then it is NOT
  956.                redirected; instead it gets an empty phone number string.
  957.         
  958.              - Slightly changed the algorithm to choose the entry for
  959.                a multi-SysOp in Sysop.Ndx, so that he never gets data from
  960.                an entry that is not used due to local segment override.
  961.         
  962.              - Added "Flags" Keyword to set the user defined bits.
  963.         
  964.              - OS/2: Fixed a bug that caused a "NULL POINTER" error when
  965.                compiling only Version 6 and FidoUserLst.
  966.         
  967.         
  968.         
  969.         1.03
  970.              - Added <CR> before comment output to fix video output when
  971.                both comments and report are active, Thanks to Roberto
  972.                Zanasi.
  973.         
  974.              - OS/2: First (16 bit) version, ported by Pasquale Cantiello.
  975.         
  976.         
  977.         
  978.         1.02
  979.              - Null pointer bug fixed in Merge module, Thanks to Pasquale
  980.                Cantiello.
  981.         
  982.         
  983.         
  984.         1.01
  985.              - Minor message and DOC adjusting.
  986.         
  987.         
  988.         
  989.         1.00
  990.              - First public release.
  991.         
  992.